2005-11-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
sync callback for the visibility property. (#321761,
Philip Langdale)
2005-11-18 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c (disconnect_proxy): Disconnect the
+ sync callback for the visibility property. (#321761,
+ Philip Langdale)
+
Turn off input methods in invisible entries, since
they are confusing. (#317002, James Su)
2005-11-18 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c (disconnect_proxy): Disconnect the
+ sync callback for the visibility property. (#321761,
+ Philip Langdale)
+
Turn off input methods in invisible entries, since
they are confusing. (#317002, James Su)
g_signal_handlers_disconnect_by_func (action,
G_CALLBACK (gtk_action_sync_sensitivity),
proxy);
+ g_signal_handlers_disconnect_by_func (action,
+ G_CALLBACK (gtk_action_sync_visible),
+ proxy);
g_signal_handlers_disconnect_by_func (action,
G_CALLBACK (gtk_action_sync_property),
proxy);